projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d107882
)
[IA64] warning fix of dom_fw_dom0.c
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Fri, 2 May 2008 08:01:32 +0000
(17:01 +0900)
committer
Isaku Yamahata
<yamahata@valinux.co.jp>
Fri, 2 May 2008 08:01:32 +0000
(17:01 +0900)
dom_fw_dom0.c: In function 'complete_dom0_memmap':
dom_fw_dom0.c:461: warning: unused variable 'flags'
dom_fw_dom0.c:460: warning: unused variable 'mpaddr'
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/dom_fw_dom0.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/dom_fw_dom0.c
b/xen/arch/ia64/xen/dom_fw_dom0.c
index d8ecada2523e71d46483cdb1b2e4313a1a5f9438..0bdc5cae15e0c4125cdce4ebd97527dd5fd4a600 100644
(file)
--- a/
xen/arch/ia64/xen/dom_fw_dom0.c
+++ b/
xen/arch/ia64/xen/dom_fw_dom0.c
@@
-457,8
+457,6
@@
complete_dom0_memmap(struct domain *d, struct fw_tables *tables)
u64 start = md->phys_addr;
u64 size = md->num_pages << EFI_PAGE_SHIFT;
u64 end = start + size;
- u64 mpaddr;
- unsigned long flags;
switch (md->type) {